home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 April / Disc 2 / PCUSER0402D2.iso / software / utils / files / wincron.exe / data1.cab / Sample_Scripts / alert_delete_test.tg < prev    next >
Encoding:
Text File  |  2001-10-20  |  275 b   |  18 lines

  1. ## alert_delete_test    
  2. # alert system
  3.  
  4. # this alert will be deleted in 20 seconds
  5. {
  6.     -name alert_delete_test
  7.     -start    
  8.     -stop -delay 0 0 0 20
  9.     -action -alert "Going down in 20 seconds"
  10. }
  11.  
  12. # this alert will remain
  13. {
  14.     -start    
  15.     -action -alert "Ok, I am here!"
  16. }
  17.  
  18.